updating oE Marchine Level Access Summary

Machine Level Access

Marchine Level Access Summary

Warning: Some of these routines require a knowledge of machine-level programming. You could crash your system!

These routines, along with peek, poke and call, let you access all of the features of your computer. You can read and write to any allowed memory location, and you can create and execute machine code subroutines.

If you are manipulating 32-bit addresses or values, remember to use variables declared as atom. The integer type only goes up to 31 bits.

If you choose to call machine_proc or machine_func directly (to save a bit of overhead) you *must* pass valid arguments or Euphoria could crash.

Some example programs to look at:
  • demo/callmach.ex -- calling a machine language routine
Not Categorized, Please Help

Search



Quick Links

User menu

Not signed in.

Misc Menu